header {
  width: 1200px;
  height: 97px;
  margin: 0 auto; }
  header .top {
    height: 97px;
    float: left; }
    header .top a {
      display: inline-block;
      margin-top: 21px;
      width: 131px;
      height: 59px;
      background-image: url("../img/logo.png");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
  header .fhNav {
    margin-left: 214px;
    position: relative;
    box-sizing: border-box;
    height: 100%; }
    header .fhNav .nav {
      width: 100%;
      height: 100%;
      font-size: 1.8rem;
      color: #fff;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      header .fhNav .nav li {
        font-size: 16px;
        text-align: center;
        height: 50px;
        line-height: 50px;
        cursor: pointer;
        line-height: 50px; }
        header .fhNav .nav li a {
          color: #333;
          display: inline-block;
          width: 100%;
          height: 100%; }
        header .fhNav .nav li:hover a {
          color: #8c7b50; }
      header .fhNav .nav .selectedNav a {
        color: #8c7b50; }
    header .fhNav .bottomLine {
      position: absolute;
      left: 0;
      bottom: 20px;
      height: 1px;
      background-color: #8c7b50;
      transition: all 0.3s ease; }

@media screen and (max-width: 1220px) {
  header {
    width: 100%; } }
@media screen and (max-width: 860px) {
  header .fhNav {
    margin-left: 180px; } }
@media screen and (max-width: 750px) {
  header {
    height: .9rem;
    position: relative;
    z-index: 999; }
    header .top {
      box-sizing: border-box;
      padding: 0 .24rem;
      height: .9rem;
      float: none; }
      header .top a {
        margin-top: .21rem;
        width: 1.1rem;
        height: .48rem; }
      header .top .btn {
        width: .6rem;
        height: .4rem;
        float: right;
        cursor: pointer;
        font-size: 0;
        margin-top: .25rem;
        text-align: right; }
        header .top .btn span {
          display: inline-block;
          width: .6rem;
          height: 2px;
          background-color: #8c7b50; }
        header .top .btn span:nth-of-type(1),
        header .top .btn span:nth-of-type(2) {
          width: .4rem;
          transition: width .5s ease-out; }
        header .top .btn span:nth-of-type(2) {
          margin: .15rem 0; }
    header .fhNav {
      box-sizing: border-box;
      padding: .3rem .24rem;
      margin-left: 0;
      width: 100%;
      height: auto;
      background-color: #f7f0e6;
      display: none; }
      header .fhNav .nav {
        display: block; }
        header .fhNav .nav li {
          font-size: .24rem; }
      header .fhNav .bottomLine {
        display: none; } }
footer {
  width: 100%;
  height: 392px;
  background-image: url("../img/13.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  footer .top {
    width: 100%;
    height: 344px;
    border-bottom: 1px solid #666; }
    footer .top .content {
      width: 1200px;
      margin: 0 auto;
      text-align: center; }
      footer .top .content #gotoTop {
        margin-top: 28px;
        margin-bottom: 59px;
        width: 35px;
        height: 19px;
        cursor: pointer; }
      footer .top .content .list {
        display: flex;
        justify-content: space-between; }
        footer .top .content .list li {
          color: #fff;
          text-align: left; }
          footer .top .content .list li .font_1 {
            font-size: 18px;
            font-weight: bold;
            line-height: 18px;
            border-bottom: 1px solid #999;
            margin-bottom: 14px;
            width: 306px; }
            footer .top .content .list li .font_1 span {
              font-size: 18px;
              padding-bottom: 22px;
              display: inline-block;
              line-height: 18px;
              border-bottom: 1px solid #c0a57b; }
          footer .top .content .list li p {
            line-height: 30px;
            font-size: 14px; }
  footer .bottom {
    width: 1200px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 48px;
    height: 48px;
    color: #989796; }
    footer .bottom span {
      float: right;
      margin-right: -80px; }

@media screen and (max-width: 1404px) {
  footer .bottom span {
    margin-right: 0px; } }
@media screen and (max-width: 1220px) {
  footer i {
    font-style: normal; }
  footer ::-webkit-scrollbar-track-piece {
    height: 6px;
    background-color: #f0f0f0; }
  footer ::-webkit-scrollbar {
    height: 6px;
    background-color: red; }
  footer ::-webkit-scrollbar-thumb {
    height: 6px;
    background-color: #c0a57b; }
  footer ::-webkit-scrollbar-thumb:hover {
    width: 8px;
    background-color: #c0a57b; }
  footer .top .content {
    width: 100%; }
    footer .top .content .ul_wrapper {
      margin: 0 auto;
      overflow-x: scroll;
      padding-bottom: 20px; }
      footer .top .content .ul_wrapper .list {
        width: -moz-max-content;
        width: -webkit-max-content;
        width: -o-max-content;
        width: -ms-max-content;
        width: max-content; }
        footer .top .content .ul_wrapper .list li {
          margin: 0 20px; }
  footer .bottom {
    width: 100%; } }
@media screen and (max-width: 750px) {
  footer .bottom {
    box-sizing: border-box;
    white-space: nowrap;
    font-size: .18rem;
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 0 .24rem; }
    footer .bottom span {
      display: none; } }

/*# sourceMappingURL=header.css.map */
